home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19960715-19961006 / 000231_news@columbia.edu _Thu Aug 22 20:07:45 1996.msg < prev    next >
Internet Message Format  |  1996-11-03  |  8KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id UAA02108 for <kermit.misc@watsun.cc.columbia.edu>; Thu, 22 Aug 1996 20:07:44 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id UAA16368 for kermit.misc@watsun; Thu, 22 Aug 1996 20:07:40 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc,comp.os.vms,comp.os.aos,comp.os.qnx,comp.os.os9,comp.sys.dec,comp.unix.aix,comp.os.linux.misc,comp.unix.solaris,comp.sys.hp.hpux
  7. Subject: C-Kermit 6.0.192 Beta.029 Available
  8. Date: 23 Aug 1996 00:07:10 GMT
  9. Organization: Columbia University
  10. Lines: 166
  11. Distribution: inet
  12. Message-ID: <4visne$jlp@apakabar.cc.columbia.edu>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14. Xref: news.columbia.edu comp.protocols.kermit.misc:5801 comp.os.vms:133728 comp.os.aos:792 comp.os.qnx:9141 comp.os.os9:8987 comp.sys.dec:41102 comp.unix.aix:95147 comp.os.linux.misc:140446 comp.unix.solaris:91984 comp.sys.hp.hpux:51798
  15.  
  16.  
  17. This is to announce a third Beta-test edit of C-Kermit 6.0.192 for UNIX,
  18. VMS, AOS/VS, QNX, BeOS, OS-9, and (not quite Beta) the Apple Macintosh,
  19. hopefully to be joined by several other operating systems along the way.
  20. The previous general release of C-Kermit was 5A(190) in October 1994.
  21. The previous 6.0 Beta test, 6.0.192 Beta.026, was announced on June 13.
  22. This is Beta.029 (there were a couple internal Betas that did not go out
  23. to the public).  The changes are:
  24.  
  25.  . Major overhaul to dynamic timeouts and packet-length adjustments
  26.  . New command-line option -Q to select fast file transfer
  27.  . Default block check is now 3
  28.  . SET FLOW-CONTROL AUTOMATIC ("do the right thing") is now the default
  29.  . A new way to compare file-transfer CRCs after the transfer
  30.  . A new way for the host to force C-Kermit to escape back to its prompt
  31.  . Local variables can now be local to command files as well as to macros
  32.  . New RETRIEVE command, like MOVE but in the other direction
  33.  . ASK, ASKQ, GETOK now refrain from over-evaluating their prompt text
  34.  . Functions now accept braces around arguments to preserve spaces or commas
  35.  . New functions for getting checksums and CRCs of arbitrary text
  36.  . \v(dialresult) now has extraneous control characters trimmed from end
  37.  . MAIL and REMOTE PRINT can now be ENABLEd and DISABLEd separately
  38.  . SET TRANSFER BELL OFF for people who hate the beep after a file transfer
  39.  . Control characters can now be entered in ^X notation (e.g. SET ESC ^X)
  40.  . Numerous display, statistics, and cosmetic improvements
  41.  
  42. Bugs fixed:
  43.  
  44.  . VMS labeled-mode file receives did not work
  45.  . VMS OPEN READ and SEND files used the same channel
  46.  . VMS TYPE command was too slow and could not be interrupted
  47.  . Array elements could not be used for filenames
  48.  . SET DESTINATION PRINTER fixed in UNIX version
  49.  
  50. New systems supported:
  51.  
  52.  . BeBox with BeOS DR7
  53.  
  54. BUILT AND TESTED ON...
  55.  
  56.    Apple Macintosh with Mac OS 6.03.
  57.  
  58.    DEC Alpha, OpenVMS 6.2 with and without TGV MultiNet.
  59.    DEC VAXstation 3100 VAX/VMS 5.5-1 with and without UCX.
  60.    DEC VAX 4000 VMS 5.5-2 + TGV MultiNet.
  61.  
  62.    Data General MV 2500/DC AOS/VS II 2.20.00.39 + TCP/IP.
  63.  
  64.    DEC 5800 with Ultrix 4.3.
  65.    DEC Alpha with Digital UNIX 3.2
  66.    DEC MicroVAX-II with Bell Labs Research UNIX 10th edition.
  67.    DEC PDP-11/44 with BSD 2.11.
  68.    HP 9000, many models, with HP-UX versions from 5.21 to 10.01.
  69.    HP 9000 with BSD 4.4-Lite.
  70.    IBM Power Series 400 AIX 4.1.
  71.    NeXTstation, NeXTSTEP 3.1.
  72.    PCs with BSDI 1.0-C and 2.1.
  73.    PCs with Linux, various versions.
  74.    PCs with QNX 4.22.
  75.    PCs with SCO Open Server R5.0.
  76.    PCs with Unixware 2.10.
  77.    SGI Indigo with IRIX 5.3.
  78.    Sun SPARC, SunOS 4.1.3_U1.
  79.    Sun SPARC, Solaris 2.4, 2.5 with and without SunLink X.25 9.00.
  80.    
  81. Thanks to all of you who tested the last Beta and sent in reports.  Special
  82. thanks to Peter Eichhorn for especially detailed and exhaustive tests (and
  83. quite a few excellent suggestions), Michael P. Murphy for the BeBox
  84. adaptation, Steven M. Schultz for help with 2.11BSD (where C-Kermit still
  85. runs in 64K using overlays), James Jones for help with OS-9, and to Jeff
  86. Altman as usual for tons of stuff.
  87.  
  88. Here are some notes about specific versions:
  89.  
  90. THE MACINTOSH VERSION
  91.   Owing to the still-chronic lack of Macintosh programmers, the Macintosh
  92.   version remains badly neglected.  Reportedly it does not work at all on
  93.   some Macintosh platforms (it does on mine), or on certain kinds of
  94.   communication ports but not others; many features are not filled in, etc
  95.   etc.  It has been updated to the current C-Kermit beta level, but no
  96.   Macintosh-specific changes have been made since the previous beta.
  97.  
  98. THE AOS/VS VERSION
  99.   I can still build it myself for AOS/VS-II, but this version does not
  100.   work on AOS/VS Classic, and some people have been asking for it.
  101.   Somebody with an AOS/VS Classic system with the DG C compiler and
  102.   linker needs to build it and make the binary available.
  103.  
  104. THE BEBOX VERSION
  105.   Is rather primitive, but so is BeOS itself.  As Be continues to fill
  106.   in the pieces, C-Kermit will get better.  Source code only for now,
  107.   a binary should be available soon.
  108.  
  109. THE OS-9 / OS-9000 VERSION
  110.   We hope to see binaries for OS-9 and perhaps also OS-9000 on selected
  111.   platforms soon.  Current source code should be fine for OS-9.
  112.  
  113. The other versions: VOS, Amiga, Atari, etc, should appear soon too.
  114.  
  115. WHERE TO GET IT (same place as usual):
  116.  
  117. Quick access for Web users:
  118.   http://www.columbia.edu/kermit
  119.     Follow the "What's New" link (reload if necessary).
  120.  
  121. The new test version is available via anonymous ftp from:
  122.  
  123.   kermit.columbia.edu
  124.  
  125. in the kermit/test directory tree:
  126.  
  127. kermit/test/text/
  128.   Contains individual source files, documentation files, makefiles, etc
  129.   ftp in text mode.  The general formula for getting all the files you need
  130.   for a particular version is:
  131.  
  132.     text
  133.     prompt
  134.     mget ck[cuw]*.[cwh] ck?*.* 
  135.  
  136.   (where ? = v for VMS, m for Macintosh, etc)
  137.  
  138. kermit/test/macintosh/
  139.   The macintosh binary as a BinHex 4.0 file, ckmker.hqx, plus accompanying
  140.   documentation files, such as they are.  ftp in text mode.
  141.  
  142. kermit/test/tar/
  143.   The complete UNIX sources, makefile, and documentation files as compressed
  144.   tar archives: cku192.tar.Z (uncompress) and cku192.tar.gz (gunzip)
  145.  
  146. kermit/test/bin/
  147.   Individual binaries, all of them used to transfer themselves (in binary
  148.   mode, of course :-)  ftp in binary mode.  The READ.ME file in this
  149.   directory explains what is what (text mode for this file only).
  150.  
  151. As always, the primary documentation for C-Kermit is the book "Using
  152. C-Kermit", supplemented by the following files, in kermit/test/text/:
  153.  
  154.   NEWS.TXT    -- announcements
  155.   ckcker.upd  -- documentation for new features.
  156.   dialing.doc -- new dialing features
  157.   modems.doc  -- new modem support and features
  158.   ckuker.nr   -- UNIX man page
  159.   ck?ker.bwr  -- "beware" file for ?=u (UNIX), v (VMS), etc.
  160.   ck?ins.doc  -- installation instructions for u (UNIX), v (VMS), etc.
  161.   ckccfg.doc  -- configuration options
  162.   ckcplm.doc  -- program logic manual
  163.  
  164. Reports of all kinds -- good, bad -- are most welcome; please send them
  165. straight to:
  166.  
  167.   kermit@columbia.edu
  168.  
  169. Bad ones tend to come anyway, but if you test this version of Kermit and
  170. it's OK, please let us know about that too.  Please be specific about your
  171. hardware platform, operating system and version, etc.
  172.  
  173. If anybody wants to furnish binaries for this Beta version that are not
  174. already present -- e.g. for DG/UX, Solaris/Intel, VMS with other TCP/IP
  175. products, etc -- please send email to kermit@columbia.edu.
  176.  
  177. Watch the comp.protocols.kermit.misc newsgroup for further announcements.
  178.  
  179. Frank da Cruz and Christine M. Gianone
  180. Managers, The Kermit Project
  181. Columbia University